lab2
This commit is contained in:
parent
b1bade4f9e
commit
d4b31ac973
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue