Skip to content

Commit

Permalink
Don't run the PB_STAT checks on the pt1l
Browse files Browse the repository at this point in the history
  • Loading branch information
kekiefer committed Dec 13, 2017
1 parent abd1019 commit 22de725
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Inc/project_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
// #define SPLASHSCREEN_OVERLAY
// #define Y16

#define PT1LITE

// Values from LEP_PCOLOR_LUT_E in Middlewares/lepton_sdk/Inc/LEPTON_VID.h
#define PSUEDOCOLOR_LUT LEP_VID_FUSION_LUT

Expand Down
2 changes: 2 additions & 0 deletions Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,9 @@ int main(void)
#else
PT_SCHEDULE(uart_task(&uart_task_pt));
#endif
#ifndef PT1LITE
PT_SCHEDULE(button_task(&button_task_pt));
#endif

PT_SCHEDULE(lepton_attribute_xfer_task(&lepton_attribute_xfer_task_pt));
}
Expand Down

0 comments on commit 22de725

Please sign in to comment.