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:
commit
b2f40534b1
@ -38,7 +38,7 @@ extern "C" {
|
||||
enum {
|
||||
PORT_B = 1, /**< port B */
|
||||
PORT_C = 2, /**< port C */
|
||||
PORT_D = 3 /**< port D */
|
||||
PORT_D = 3 /**< port D */
|
||||
};
|
||||
|
||||
/**
|
||||
|
@ -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.
|
||||
*/
|
||||
#ifndef AVR_CONTEXT_SWAP_INIT
|
||||
|
Loading…
Reference in New Issue
Block a user