Skip to content
Snippets Groups Projects
Commit a3b3ca9d authored by Maximilian Leske's avatar Maximilian Leske
Browse files

Anpassen der maximalen GPIO anzahl von 4 auf 10

parent 4c0e9829
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
#include "stdio.h"
#include "IntrfGpio.h"
#define MaxGpioElements 4
#define MaxGpioElements 10 //war 4 angepasst auf 10
class GpioCtrl
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment