diff options
author | HombreLaser <buran@silosneeded.com> | 2025-04-04 22:51:52 -0600 |
---|---|---|
committer | HombreLaser <buran@silosneeded.com> | 2025-04-04 22:51:52 -0600 |
commit | 69dda5c37e039b4df556bda6e26ffd2e430fd795 (patch) | |
tree | 6112064183254f5a3d6fde5d41ea939fbd25c6c1 | |
parent | b187ed942ffc6cf19189ce7833fc7da5ed4d39ff (diff) |
Fix C code example
-rw-r--r-- | _posts/en/2025-04-04-picoshock_devlog_1.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/_posts/en/2025-04-04-picoshock_devlog_1.md b/_posts/en/2025-04-04-picoshock_devlog_1.md index e9e336a..967d75d 100644 --- a/_posts/en/2025-04-04-picoshock_devlog_1.md +++ b/_posts/en/2025-04-04-picoshock_devlog_1.md @@ -50,9 +50,6 @@ to the screen what it has read: #include <stdint.h> #include <stdio.h> #include "pico/stdlib.h" - -#include <stdio.h> -#include "pico/stdlib.h" #include "hardware/pio.h" #include "dualshock.pio.h" |