summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-11 00:13:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-11 00:13:45 +0000
commit7c4f2d571c68db93f4ed9a5f9e0d0ed15a9fdadf (patch)
tree96ec87d007490dac1654e9c213b937d099a8478f /nuttx/configs/stm3240g-eval/README.txt
parent2878c08369c4ac8819e0f6530784f22509bcab92 (diff)
downloadpx4-nuttx-7c4f2d571c68db93f4ed9a5f9e0d0ed15a9fdadf.tar.gz
px4-nuttx-7c4f2d571c68db93f4ed9a5f9e0d0ed15a9fdadf.tar.bz2
px4-nuttx-7c4f2d571c68db93f4ed9a5f9e0d0ed15a9fdadf.zip
Implement the new CAN txready method for STM32
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4291 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3240g-eval/README.txt')
-rwxr-xr-xnuttx/configs/stm3240g-eval/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/stm3240g-eval/README.txt b/nuttx/configs/stm3240g-eval/README.txt
index 93c1d0efe..f8659ca38 100755
--- a/nuttx/configs/stm3240g-eval/README.txt
+++ b/nuttx/configs/stm3240g-eval/README.txt
@@ -252,7 +252,7 @@ Configuration Options:
CONFIG_STM32_CAN1 - Enable support for CAN1
CONFIG_CAN1_BAUD - CAN1 BAUD rate. Required if CONFIG_STM32_CAN1 is defined.
- CONFIG_STM32_CAN2 - Enable support for CAN1
+ CONFIG_STM32_CAN2 - Enable support for CAN2
CONFIG_CAN2_BAUD - CAN1 BAUD rate. Required if CONFIG_STM32_CAN2 is defined.
CONFIG_CAN_REGDEBUG - If CONFIG_DEBUG is set, this will generate an
dump of all CAN registers.