From 6ca5f285554efdeb2ae6759e5718afc6b4c147a8 Mon Sep 17 00:00:00 2001 From: 7u83 <7u83@mail.ru> Date: Fri, 17 May 2024 23:51:40 +0200 Subject: [PATCH] Inital commit --- mc8051fun.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mc8051fun.h diff --git a/mc8051fun.h b/mc8051fun.h new file mode 100644 index 0000000..e484ff0 --- /dev/null +++ b/mc8051fun.h @@ -0,0 +1,6 @@ +#ifndef MC8051FUN_H +#define MC8051FUN_H + +#include <8052.h> + +#endif