mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-23 11:09:28 -05:00
Folder structure change + Fix broken Projects (#103)
* Update folder structure * Correct project files * Move test folder * Some changes after Yuki's comments
This commit is contained in:
parent
98bfc38bf3
commit
a9b2aac4e9
62 changed files with 6804 additions and 7549 deletions
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef __HELLO_WORLD__
|
||||
#define __HELLO_WORLD__
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
|
||||
int8_t average(int8_t value1, int8_t value2, int8_t value3);
|
||||
int Print_Hello_world( void );
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue