Feature request to add alternative scratchpad patch by Gaspar Vardanyan ref. #8

This commit is contained in:
bakkeby
2020-02-09 14:55:40 +01:00
parent 69a7b2ad6b
commit ed20fd9c61
7 changed files with 135 additions and 3 deletions

View File

@ -84,6 +84,9 @@
#if SCRATCHPAD_PATCH
#include "scratchpad.h"
#endif
#if SCRATCHPAD_ALT_1_PATCH
#include "scratchpad_alt_1.h"
#endif
#if SELFRESTART_PATCH
#include "selfrestart.h"
#endif