Skip to content

Commit

Permalink
DEBUG: Print UART sensor info.
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensvalk committed Oct 28, 2023
1 parent b4a4801 commit 634f0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pbio/drv/legodev/legodev_pup_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "legodev_pup_uart.h"
#include "legodev_spec.h"

#define DEBUG 0
#define DEBUG 1
#if DEBUG
#include <inttypes.h>
#define debug_pr(fmt, ...) printf((fmt), __VA_ARGS__)
Expand Down

0 comments on commit 634f0c9

Please sign in to comment.