#include <stdint.h>
#include <stdbool.h>
#include "tm4c123gh6pm.h"
/**
* main.c
*/
void main(void)
{
/*do something*/
while(1);
}