trunk roundhouse kick

This commit is contained in:
Thomas Göttgens
2023-01-21 21:23:24 +01:00
parent 6cf18b7d07
commit 51b2c431d9
234 changed files with 4989 additions and 5101 deletions
+1 -1
View File
@@ -3,5 +3,5 @@
#define ARCH_RP2040
#if defined(PRIVATE_HW)
#define HW_VENDOR HardwareModel_PRIVATE_HW
#define HW_VENDOR HardwareModel_PRIVATE_HW
#endif
+1 -1
View File
@@ -1,6 +1,6 @@
#include "configuration.h"
#include <stdio.h>
#include <pico/unique_id.h>
#include <stdio.h>
void setBluetoothEnable(bool on)
{
+1 -1
View File
@@ -1,6 +1,6 @@
#include "configuration.h"
#include "CryptoEngine.h"
#include "aes.hpp"
#include "configuration.h"
class RP2040CryptoEngine : public CryptoEngine
{