From 93b063fedfcf7409a67df035170ea5670cad22e1 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Tue, 24 Nov 2020 13:46:41 -0700 Subject: Moved action to top level. Removed old iterations of the project and moved the files from 02-usart to the root directory since that's the sole place where the action is and that subproject has outgrown its initial title. --- 02-usart/test_harness/fake_env.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 02-usart/test_harness/fake_env.h (limited to '02-usart/test_harness/fake_env.h') diff --git a/02-usart/test_harness/fake_env.h b/02-usart/test_harness/fake_env.h deleted file mode 100644 index 34056f4..0000000 --- a/02-usart/test_harness/fake_env.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef FAKE_ENV_H_ -#define FAKE_ENV_H_ - -/* Functions which wil lazily load fake chunks of memory - * corresponding to the*/ -void* load_fake_ahb1__(); -void* load_fake_ahb2__(); -void* load_fake_apb1__(); -void* load_fake_apb2__(); -void* load_fake_sram1__(); -void* load_fake_sram2__(); -void* load_fake_scb__(); -void* load_fake_nvic__(); -void* load_fake_rcc__(); -void* load_fake_spi1__(); -void* load_fake_spi3__(); - -void wipeout_fake_env(); - -#endif /* FAKE_ENV_H_ */ -- cgit