Skip to content

Commit

Permalink
drivers/digit7seg: sort import
Browse files Browse the repository at this point in the history
  • Loading branch information
plmorange committed Dec 2, 2024
1 parent d548653 commit 1d1da21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions drivers/digit7seg/digit7seg.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
*/

#include <assert.h>
#include "digit7seg.h"

#define ENABLE_DEBUG 0
#define ENABLE_DEBUG 0

Check failure on line 18 in drivers/digit7seg/digit7seg.c

View workflow job for this annotation

GitHub Actions / static-tests

trailing whitespace.

Check warning on line 18 in drivers/digit7seg/digit7seg.c

View workflow job for this annotation

GitHub Actions / static-tests

trailing whitespace
#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)
Expand Down

0 comments on commit 1d1da21

Please sign in to comment.