Skip to content

Commit

Permalink
Don't clock GPT0 on device startup
Browse files Browse the repository at this point in the history
  • Loading branch information
g-oikonomou committed May 15, 2015
1 parent 6611aca commit 0e92b50
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions platform/srf06-cc26xx/sensortag/board.c
Expand Up @@ -112,11 +112,6 @@ board_init()
ti_lib_prcm_load_set();
while(!ti_lib_prcm_load_get());

/* Enable GPT0 module - Wait for the clock to be enabled */
ti_lib_prcm_peripheral_run_enable(PRCM_PERIPH_TIMER0);
ti_lib_prcm_load_set();
while(!ti_lib_prcm_load_get());

/* Keys (input pullup) */
ti_lib_rom_ioc_pin_type_gpio_input(BOARD_IOID_KEY_LEFT);
ti_lib_rom_ioc_pin_type_gpio_input(BOARD_IOID_KEY_RIGHT);
Expand Down

0 comments on commit 0e92b50

Please sign in to comment.