Compare commits
No commits in common. "d91ddeea2280cb0c12d3491f7e89787cffd3bfb4" and "d15e930649b798b2e4781b9c1620c7585004e91f" have entirely different histories.
d91ddeea22
...
d15e930649
@ -27,7 +27,6 @@ SECTIONS
|
||||
{
|
||||
_bss_begin = .;
|
||||
*(.bss*)
|
||||
*(.sbss*)
|
||||
*(COMMON)
|
||||
_bss_end = .;
|
||||
} > RAM
|
||||
|
@ -5,10 +5,6 @@
|
||||
#include "pol0.h"
|
||||
#include "timer.h"
|
||||
|
||||
extern "C" {
|
||||
void BiosWozmon();
|
||||
}
|
||||
|
||||
namespace {
|
||||
|
||||
struct Gpio {
|
||||
|
Loading…
Reference in New Issue
Block a user