Compare commits

..

No commits in common. "d91ddeea2280cb0c12d3491f7e89787cffd3bfb4" and "d15e930649b798b2e4781b9c1620c7585004e91f" have entirely different histories.

2 changed files with 0 additions and 5 deletions

View File

@ -27,7 +27,6 @@ SECTIONS
{
_bss_begin = .;
*(.bss*)
*(.sbss*)
*(COMMON)
_bss_end = .;
} > RAM

View File

@ -5,10 +5,6 @@
#include "pol0.h"
#include "timer.h"
extern "C" {
void BiosWozmon();
}
namespace {
struct Gpio {