Skip to content
Snippets Groups Projects
Commit b2f40534 authored by Alexandre Abadie's avatar Alexandre Abadie Committed by GitHub
Browse files

Merge pull request #7541 from lebrush/fix/atmega_typo

Atmega fix typo and empty space
parents e455fcbb 3ba2177b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment