diff options
author | marcoveeneman <marco-veeneman@hotmail.com> | 2015-03-04 20:32:05 +0100 |
---|---|---|
committer | marcoveeneman <marco-veeneman@hotmail.com> | 2015-03-04 20:32:05 +0100 |
commit | 42add52912afc3f835fa66af279eda91b3d4bbc4 (patch) | |
tree | 4b068a60fa0c86763438ace7ec7c8475abfa1a86 /testhal/TIVA/TM4C123x/GPT | |
parent | 81b87913b45ae92a49ef115cae88d690de672f28 (diff) | |
download | ChibiOS-Contrib-42add52912afc3f835fa66af279eda91b3d4bbc4.tar.gz ChibiOS-Contrib-42add52912afc3f835fa66af279eda91b3d4bbc4.tar.bz2 ChibiOS-Contrib-42add52912afc3f835fa66af279eda91b3d4bbc4.zip |
Updated Tiva Testhal demos for GPT and PWM.
Diffstat (limited to 'testhal/TIVA/TM4C123x/GPT')
-rw-r--r-- | testhal/TIVA/TM4C123x/GPT/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testhal/TIVA/TM4C123x/GPT/main.c b/testhal/TIVA/TM4C123x/GPT/main.c index 416c1ae..c365186 100644 --- a/testhal/TIVA/TM4C123x/GPT/main.c +++ b/testhal/TIVA/TM4C123x/GPT/main.c @@ -71,6 +71,8 @@ int main(void) halInit(); chSysInit(); + palSetPadMode(GPIOF, GPIOF_LED_RED, PAL_MODE_OUTPUT_PUSHPULL); + /* * Start the gpt drivers with the custom configurations. */ |