Skip to content

Commit

Permalink
Merge pull request #1270 from israpps/kernel-eesio
Browse files Browse the repository at this point in the history
[ee_core]: use EE_SIO syscall from libkernel
  • Loading branch information
AKuHAK authored Jul 11, 2024
2 parents 1b9391b + 4c51238 commit f3c8642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ee_core/include/ee_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
#include <smod.h>

#ifdef __EESIO_DEBUG
#define DPRINTF(args...) ;
#define DINIT() ;
#define DPRINTF(args...) _print(args);
#define DINIT() InitDebug();
#else
#define DPRINTF(args...) \
do { \
Expand Down

0 comments on commit f3c8642

Please sign in to comment.