1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

Formatting on one of the comments needed a new line.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@43 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
dankers 2009-12-01 18:44:21 +00:00 committed by dankers
parent 19a61d283e
commit b165fafd4e

View File

@ -43,6 +43,7 @@
/* Channel 6 - */ /* Channel 6 - */
/* Channel 7 - */ /* Channel 7 - */
/* Channel 8 - */ /* Channel 8 - */
/* Channel 9 - */ /* Channel 9 - */
/* Channel 10 - */ /* Channel 10 - */
/* Channel 11 - */ /* Channel 11 - */
@ -207,7 +208,7 @@
//------------------------- //-------------------------
#define IRQ_PRIO_LOW 12 // lower than RTOS #define IRQ_PRIO_LOW 12 // lower than RTOS
#define IRQ_PRIO_MID 8 // higher than RTOS #define IRQ_PRIO_MID 8 // higher than RTOS
#define IRQ_PRIO_HIGH 5 // for like SPI, AIN, I2C etc... #define IRQ_PRIO_HIGH 5 // for SPI, AIN, I2C etc...
#define IRQ_PRIO_HIGHEST 4 // for USART etc... #define IRQ_PRIO_HIGHEST 4 // for USART etc...
#endif /* PIOS_BOARD_H */ #endif /* PIOS_BOARD_H */