Add include guards
This commit is contained in:
parent
fd38f04ead
commit
69a2a92f9d
1 changed files with 4 additions and 0 deletions
|
|
@ -24,6 +24,9 @@ Most used files are located at
|
|||
|
||||
*/
|
||||
|
||||
#ifndef ERGODOX_H
|
||||
#define ERGODOX_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <avr/io.h>
|
||||
|
|
@ -114,3 +117,4 @@ inline void ergodox_led_all_set(uint8_t n)
|
|||
ergodox_right_led_3_set(n);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue