diff options
| author | Daniel Friesel <daniel.friesel@uos.de> | 2020-08-31 14:33:58 +0200 | 
|---|---|---|
| committer | Daniel Friesel <daniel.friesel@uos.de> | 2020-08-31 14:33:58 +0200 | 
| commit | 7c99cb06aa38ee9cb1dd9f2d44cd729d47bda4c2 (patch) | |
| tree | 075731d5c5debb96f05ae9e940c7c9d54182f305 /src/app/mpu9250_motionlog | |
| parent | dcd2592a7894e3f8390223787d15f7c585f26760 (diff) | |
Further add Kconfig fixes
Diffstat (limited to 'src/app/mpu9250_motionlog')
| -rw-r--r-- | src/app/mpu9250_motionlog/Kconfig | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/app/mpu9250_motionlog/Kconfig b/src/app/mpu9250_motionlog/Kconfig index 27d605f..1ffd172 100644 --- a/src/app/mpu9250_motionlog/Kconfig +++ b/src/app/mpu9250_motionlog/Kconfig @@ -1,2 +1,2 @@  prompt "Motion Logger" -depends on driver_mpu9250 +depends on arch_arduino_nano && driver_mpu9250 && !loop && !wakeup | 
