Compare commits
No commits in common. "d91ddeea2280cb0c12d3491f7e89787cffd3bfb4" and "d15e930649b798b2e4781b9c1620c7585004e91f" have entirely different histories.
d91ddeea22
...
d15e930649
@ -27,7 +27,6 @@ SECTIONS
|
|||||||
{
|
{
|
||||||
_bss_begin = .;
|
_bss_begin = .;
|
||||||
*(.bss*)
|
*(.bss*)
|
||||||
*(.sbss*)
|
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
_bss_end = .;
|
_bss_end = .;
|
||||||
} > RAM
|
} > RAM
|
||||||
|
@ -5,10 +5,6 @@
|
|||||||
#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