Added header files

This commit is contained in:
2022-10-11 19:53:52 -05:00
parent e4debd05db
commit 71b700d11e
4 changed files with 18 additions and 2 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
void consumer(void)
#include "consumer.h"
void Consumer(void)
{
;
}
+3 -1
View File
@@ -1,4 +1,6 @@
void producer(void)
#include "producer.h"
void Producer(void)
{
;
}