Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BSP_DISCO_F746NG DISCO-F746NG_SDRAMBlockDevice LCD_DISCO_F746NG mbed
Fork of LoadCell_STM32 by
Diff: main.h
- Revision:
- 5:f8d3bcb187de
- Parent:
- 3:22b1719c2b92
- Child:
- 6:641b171407c9
diff -r 5fe86291ba03 -r f8d3bcb187de main.h
--- a/main.h Sat Feb 24 11:31:09 2018 +0000
+++ b/main.h Sat Feb 24 16:18:46 2018 +0000
@@ -2,7 +2,7 @@
// (C) Tapio Valli 2018-02-20
typedef struct {
- uint32_t *array;
+ uint16_t *array;
size_t used;
size_t size;
} Array;
@@ -10,8 +10,7 @@
// Prototypes
extern void initArray(Array *a, size_t initialSize);
-extern void insertArray(Array *a, uint32_t element);
-extern void insertArray2(Array *a, uint32_t newsize);
+extern void insertArray(Array *a, uint32_t newsize);
extern void freeArray(Array *a);
extern size_t string_parser(char *input, char ***word_array);
