generated from PEG/EE690-EmSys-TiVA-Template
13 lines
135 B
C
13 lines
135 B
C
|
#include <stdint.h>
|
||
|
#include <stdbool.h>
|
||
|
#include "tm4c123gh6pm.h"
|
||
|
|
||
|
/**
|
||
|
* main.c
|
||
|
*/
|
||
|
void main(void)
|
||
|
{
|
||
|
/*do something*/
|
||
|
while(1);
|
||
|
}
|