Skip to content
Snippets Groups Projects
Verified Commit e9fbd11d authored by rahix's avatar rahix
Browse files

feat(epicardium): Remove heart :(


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent f012c7f7
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -18,7 +18,6 @@
#include "modules/filesystem.h"
#include "api/interrupt-sender.h"
#include "Heart.h"
#include "gfx.h"
#include "display.h"
#include "card10-version.h"
......@@ -56,11 +55,6 @@ int main(void)
GPIO_Config(&swdio);
#endif /* CARD10_DEBUG_CORE1 */
gfx_copy_region_raw(
&display_screen, 0, 0, 160, 80, 2, (const void *)(Heart)
);
gfx_update(&display_screen);
/* TODO: Move this to its own function */
SCB->SCR |= SCB_SCR_SEVONPEND_Msk;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment