Przeglądaj źródła

remove unused includes; build on push to main

Eric Betts 9 miesięcy temu
rodzic
commit
dc481e4a54
2 zmienionych plików z 3 dodań i 5 usunięć
  1. 3 3
      .github/workflows/build.yml
  2. 0 2
      secure_messaging.h

+ 3 - 3
.github/workflows/build.yml

@@ -6,10 +6,10 @@ name: "FAP: Build for multiple SDK sources"
 on:
   push:
     ## put your main branch name under "branches"
-    #branches: 
-    #  - master 
+    branches:
+      - main
   pull_request:
-  schedule: 
+  schedule:
     # do a build every day
     - cron: "1 1 * * *"
 

+ 0 - 2
secure_messaging.h

@@ -4,9 +4,7 @@
 #include <stdlib.h>
 
 #include <mbedtls/des.h>
-#include <mbedtls/aes.h>
 #include <mbedtls/sha1.h>
-#include <mbedtls/sha256.h>
 
 #include <furi.h>
 #include <lib/toolbox/bit_buffer.h>