Rev 79 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 79 | Rev 80 | ||
|---|---|---|---|
| Line 2... | Line 2... | ||
| 2 | * nvram.h |
2 | * nvram.h |
| 3 | * |
3 | * |
| 4 | * Created on: 4 Jun 2017 |
4 | * Created on: 4 Jun 2017 |
| 5 | * Author: Mike |
5 | * Author: Mike |
| 6 | */ |
6 | */ |
| - | 7 | #if defined SEMIHOSTING |
|
| - | 8 | #include <stdio.h> |
|
| - | 9 | extern void initialise_monitor_handles(void); |
|
| - | 10 | #endif |
|
| - | 11 | ||
| 7 | #include "libPLX/plx.h" |
12 | #include "libPLX/plx.h" |
| 8 | 13 | ||
| 9 | #pragma once |
14 | #pragma once |
| 10 | 15 | ||
| 11 | 16 | ||