mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:52:44 +01:00
cpu/atmega328p: correct port inline
This commit is contained in:
parent
1f81b1092b
commit
7d3fc14c3e
@ -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 */
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user