Update main.c
This commit is contained in:
parent
fb9bb7ca22
commit
4e5c28a279
|
@ -13,9 +13,8 @@
|
|||
#include <board.h>
|
||||
|
||||
/* defined the LED0 pin: PC4-36 PA8-8,PC5-37,PA10-10*/
|
||||
//#define LED0_PIN GET_PIN(C, 4)
|
||||
//#define LED0_PIN 36
|
||||
#define LED0_PIN 10
|
||||
|
||||
int main(void)
|
||||
{
|
||||
int count = 1;
|
||||
|
|
Loading…
Reference in New Issue