Compare commits
2 Commits
d15e930649
...
d91ddeea22
Author | SHA1 | Date | |
---|---|---|---|
d91ddeea22 | |||
252467c1be |
@ -27,6 +27,7 @@ SECTIONS
|
|||||||
{
|
{
|
||||||
_bss_begin = .;
|
_bss_begin = .;
|
||||||
*(.bss*)
|
*(.bss*)
|
||||||
|
*(.sbss*)
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
_bss_end = .;
|
_bss_end = .;
|
||||||
} > RAM
|
} > RAM
|
||||||
|
@ -5,6 +5,10 @@
|
|||||||
#include "pol0.h"
|
#include "pol0.h"
|
||||||
#include "timer.h"
|
#include "timer.h"
|
||||||
|
|
||||||
|
extern "C" {
|
||||||
|
void BiosWozmon();
|
||||||
|
}
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
struct Gpio {
|
struct Gpio {
|
||||||
|
Loading…
Reference in New Issue
Block a user