Merge pull request #1503 from TanekLiang/hifive1-fixed-3.0.4

[bsp][hifive1] remove unused code
This commit is contained in:
Bernard Xiong 2018-06-04 20:58:49 +08:00 committed by GitHub
commit e9f074662d
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 <platform.h>
#include <encoding.h> #include <encoding.h>
#include <interrupt.h> #include <interrupt.h>
#include <drv_led.h>
extern void use_default_clocks(void); extern void use_default_clocks(void);
extern void use_pll(int refsel, int bypass, int r, int f, int q); extern void use_pll(int refsel, int bypass, int r, int f, int q);