]> rtime.felk.cvut.cz Git - jenkicar/rpp-simulink.git/commitdiff
doc: Specify baudate range under "range" key rather than in name
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 28 Aug 2014 16:47:08 +0000 (18:47 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 28 Aug 2014 16:47:36 +0000 (18:47 +0200)
rpp/blocks/sfunction_cansetup.c

index c51f783bd3eee98da660e47266a38e8f3e7743be..d8c466a46ecd728f01a88e58bee896193e04ba70 100644 (file)
@@ -33,12 +33,15 @@ Inputs:
 Outputs:
 
 Parameters:
-  - name: Baud rate for CAN bus port 1 [1-10000000]
+  - name: Baud rate for CAN bus port 1 [bps]
     type: uint32
-  - name: Baud rate for CAN bus port 2 [1-10000000]
+    range: 1 – 10000000
+  - name: Baud rate for CAN bus port 2 [bps]
     type: uint32
-  - name: Baud rate for CAN bus port 3 [1-10000000]
+    range: 1 – 10000000
+  - name: Baud rate for CAN bus port 3 [bps]
     type: uint32
+    range: 1 – 10000000
 
 # Description is in Markdown mark-up
 Description: >