1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #7541 from lebrush/fix/atmega_typo

Atmega fix typo and empty space
This commit is contained in:
Alexandre Abadie 2017-09-01 20:29:12 +02:00 committed by GitHub
commit b2f40534b1
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ extern "C" {
enum { enum {
PORT_B = 1, /**< port B */ PORT_B = 1, /**< port B */
PORT_C = 2, /**< port C */ PORT_C = 2, /**< port C */
PORT_D = 3 /**< port D */ PORT_D = 3 /**< port D */
}; };
/** /**

View File

@ -29,7 +29,7 @@
/** /**
* @brief AVR_CONTEXT_SWAP_INIT intialize the context swap trigger * @brief AVR_CONTEXT_SWAP_INIT initialize the context swap trigger
* Called when threading is first started. * Called when threading is first started.
*/ */
#ifndef AVR_CONTEXT_SWAP_INIT #ifndef AVR_CONTEXT_SWAP_INIT