mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/digit7seg: sort import
This commit is contained in:
parent
d548653def
commit
1d1da21b6f
@ -14,11 +14,12 @@
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include "digit7seg.h"
|
||||
|
||||
#define ENABLE_DEBUG 0
|
||||
#define ENABLE_DEBUG 0
|
||||
#include "debug.h"
|
||||
|
||||
#include "digit7seg.h"
|
||||
|
||||
#define PIN_A (dev->params.data_a)
|
||||
#define PIN_B (dev->params.data_b)
|
||||
#define PIN_C (dev->params.data_c)
|
||||
|
Loading…
Reference in New Issue
Block a user