Skip to content

Commit

Permalink
fix wrong path
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Huetter <[email protected]>
  • Loading branch information
huettern committed May 16, 2020
1 parent bba2df4 commit 075ccd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/src/ai/ai.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: Noah Huetter
* @Date: 2020-04-15 11:16:05
* @Last Modified by: Noah Huetter
* @Last Modified time: 2020-05-16 14:47:58
* @Last Modified time: 2020-05-16 14:51:00
*/
#include "ai.h"

Expand Down Expand Up @@ -60,7 +60,7 @@ const char* const aiKeywords[] = {
#if NET_TYPE == NET_TYPE_NNOM
#include "nnom/keywords.txt"
#elif NET_TYPE == NET_TYPE_CUBE
#include "cube/keywords.txt"
#include "cube/kws/keywords.txt"
#endif
};

Expand Down

0 comments on commit 075ccd9

Please sign in to comment.