Skip to content

Commit d97fec5

Browse files
author
camilo
committed
small refactor to ffmath:inf/nan. Other minor doc fixes
1 parent 6958308 commit d97fec5

File tree

8 files changed

+85
-92
lines changed

8 files changed

+85
-92
lines changed

doc/qpid.dox

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
*
152152
* int main( int argc, char *argv[] )
153153
* {
154-
* pidController_t speedControl;
154+
* pidController speedControl;
155155
* bool ret;
156156
*
157157
* BSP_SystemInit();

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"maintainer": true
1717
}
1818
],
19-
"version": "1.3.3",
19+
"version": "1.3.4",
2020
"license": "MIT",
2121
"frameworks": "arduino",
2222
"platforms": "*"

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=qlibs
2-
version=1.3.3
2+
version=1.3.4
33
license=MIT
44
author=J. Camilo Gomez C. <[email protected]>
55
maintainer=J. Camilo Gomez C. <[email protected]>

src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required( VERSION 3.2 )
22
project( qlibs-cpp
3-
VERSION 1.3.3
3+
VERSION 1.3.4
44
DESCRIPTION "A collection of useful C++ libraries for embedded systems"
55
LANGUAGES CXX )
66

0 commit comments

Comments
 (0)