Remove arch_init from main.

This commit is contained in:
Dave 2021-11-27 23:26:47 -06:00
parent 56d9c52edb
commit 52527265c0
1 changed files with 0 additions and 3 deletions

View File

@ -60,9 +60,6 @@
//
int main(void)
{
// initialize the hardware:
asdf_arch_init();
// initialize the keyboard logic:
asdf_init();