This commit is contained in:
Hladu357 2025-03-02 11:30:31 +02:00
parent b1bade4f9e
commit d4b31ac973
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>
#include "bump.h" #include "../common/bump.h"
#include "delay.h" #include "../common/delay.h"
#include "clock.h" #include "../common/clock.h"
void DebugDump(uint8_t bump) { void DebugDump(uint8_t bump) {
// write this as part of Lab 2 // write this as part of Lab 2