Skip to content

Commit

Permalink
[boards] fix comments for lisa/s
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Aug 19, 2014
1 parent 212eebe commit 7a71ad7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sw/airborne/boards/lisa_s_1.0.h
Expand Up @@ -3,15 +3,15 @@

#define BOARD_LISA_S

/* Lisa/M has a 12MHz external clock and 72MHz internal. */
/* Lisa/S has a 12MHz external clock and 72MHz internal. */
#define EXT_CLK 12000000
#define AHB_CLK 72000000

/*
* Onboard LEDs
*/

/* red, on PA8 */
/* red */
#ifndef USE_LED_1
#define USE_LED_1 1
#endif
Expand All @@ -21,7 +21,7 @@
#define LED_1_GPIO_OFF gpio_set
#define LED_1_AFIO_REMAP ((void)0)

/* green, shared with JTAG_TRST */
/* orange */
#ifndef USE_LED_2
#define USE_LED_2 1
#endif
Expand All @@ -31,7 +31,7 @@
#define LED_2_GPIO_OFF gpio_set
#define LED_2_AFIO_REMAP ((void)0)

/* green, shared with ADC12 (ADC_6 on connector ANALOG2) */
/* yellow */
#ifndef USE_LED_3
#define USE_LED_3 1
#endif
Expand Down

0 comments on commit 7a71ad7

Please sign in to comment.