diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-08-26 18:38:24 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-08-26 18:38:24 +0000 |
commit | 425bc3d030f266e8dd09ddb5dff8302ed67f4390 (patch) | |
tree | fb70f3737b11e182b3d0ec2984b3f3f96186868a /testhal/STM32 | |
parent | c0df75d7938e10e0916c6a64b1376626de1f7a4f (diff) | |
download | ChibiOS-425bc3d030f266e8dd09ddb5dff8302ed67f4390.tar.gz ChibiOS-425bc3d030f266e8dd09ddb5dff8302ed67f4390.tar.bz2 ChibiOS-425bc3d030f266e8dd09ddb5dff8302ed67f4390.zip |
[FSMC SRAM] Naming convention fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7201 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32')
-rw-r--r-- | testhal/STM32/STM32F4xx/FSMC_SRAM/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/STM32F4xx/FSMC_SRAM/main.c b/testhal/STM32/STM32F4xx/FSMC_SRAM/main.c index de591fbc5..ba5c28d89 100644 --- a/testhal/STM32/STM32F4xx/FSMC_SRAM/main.c +++ b/testhal/STM32/STM32F4xx/FSMC_SRAM/main.c @@ -152,8 +152,8 @@ int main(void) { halInit(); chSysInit(); - fsmc_sram_init(); - fsmc_sram_start(&SRAMD4, &sram_cfg); + fsmcSramInit(); + fsmcSramStart(&SRAMD4, &sram_cfg); sram_benchmark(); #if USE_INFINITE_MEMTEST |