11 lines
96 B
C
11 lines
96 B
C
|
|
|
||
|
|
#include "ti_msp_dl_config.h"
|
||
|
|
|
||
|
|
int main(void)
|
||
|
|
{
|
||
|
|
SYSCFG_DL_init();
|
||
|
|
|
||
|
|
while (1) {
|
||
|
|
}
|
||
|
|
}
|