mirror of
https://github.com/dougg3/mac-rom-simm-programmer.git
synced 2024-12-01 19:50:18 +00:00
Include usbd.h
Since I stripped the peripheral header includes from M251.h, I have to include it manually instead.
This commit is contained in:
parent
5fbc982c31
commit
7dd0f3f9db
@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "NuMicro.h"
|
#include "NuMicro.h"
|
||||||
|
#include "usbd.h"
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
#define DBG_PRINTF printf
|
#define DBG_PRINTF printf
|
||||||
|
Loading…
Reference in New Issue
Block a user