Browse Source

tower backend: fixup for new tower compiler

Pat Hickey 9 years ago
parent
commit
8f67968749
1 changed files with 1 additions and 1 deletions
  1. 1 1
      support/tower/CodeGen.hs.template

+ 1 - 1
support/tower/CodeGen.hs.template

@@ -12,7 +12,7 @@ import Ivory.OS.FreeRTOS.Tower.STM32
 $imports$
 
 main :: IO ()
-main = compileTowerSTM32FreeRTOS testplatform_stm32 p app
+main = compileTowerSTM32FreeRTOS id p app
   where p topts = getConfig topts (stm32ConfigParser (stm32f405Defaults 24))
 
 app :: Tower e ()