# HG changeset patch # User Mychaela Falconia # Date 1504974199 0 # Node ID 70c9bb37bd74a00a93de8cbf7982830b4598d77b # Parent bceffa414fc6fcb3bae170e8289af031b57002c3 configs/fcdev3b-std: DISABLE_SLEEP=1 for the current state of the hw diff -r bceffa414fc6 -r 70c9bb37bd74 configs/fcdev3b-std --- a/configs/fcdev3b-std Sat Sep 09 16:16:57 2017 +0000 +++ b/configs/fcdev3b-std Sat Sep 09 16:23:19 2017 +0000 @@ -10,3 +10,7 @@ feature tmffs2 feature fcfam-ffs 0 + +# Workaround for the sleep mode hardware problem on current boards +DISABLE_SLEEP=1 +export_to_c DISABLE_SLEEP