commented out blink module to allow easy compiling.
The module caused issues when attempting to build it via seperate modules.
This commit is contained in:
parent
24f01edf74
commit
c0d5ba1d90
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#include "ch32fun.h"
|
||||
#include <blink.h>
|
||||
// #include <blink.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#define ADC_BUFFER_SIZE 32
|
||||
|
|
@ -37,7 +37,7 @@ int main(void)
|
|||
// set delay fp.
|
||||
// delay_ms = Delay_Ms;
|
||||
|
||||
blink_led(5);
|
||||
// blink_led(5);
|
||||
|
||||
uint16_t old_value = UINT16_MAX;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue