Merge pull request #1501 from TanekLiang/hifive1-fixed-led

[bsp][hifive1] remove unused code
This commit is contained in:
Bernard Xiong 2018-06-04 19:28:53 +08:00 committed by GitHub
commit d450f54142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@
#include <platform.h>
#include <encoding.h>
#include <interrupt.h>
#include <drv_led.h>
extern void use_default_clocks(void);
extern void use_pll(int refsel, int bypass, int r, int f, int q);