* updated for making LED2, LED3, LED4 as PA19. Only one LED available in board.

pull/1243/head
akhilpanayam 2015-06-30 12:38:27 +05:30 committed by Karthik Purushothaman
parent 8bd46960f3
commit 8658c77d26
1 changed files with 4 additions and 0 deletions

View File

@ -101,7 +101,11 @@ typedef enum {
USBTX = PA04,
USBRX = PA05,
LED1 = PA19,
LED2 = PA19,
LED3 = PA19,
LED4 = PA19,
// Not connected
NC = (int)0xFFFFFFFF