Update main.c

This commit is contained in:
Bernard Xiong 2019-03-20 21:35:58 +08:00 committed by GitHub
parent fb9bb7ca22
commit 4e5c28a279
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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;