Commit 1f59ad7a authored by Ulf Magnusson's avatar Ulf Magnusson Committed by Johan Hedberg
Browse files

Bluetooth: tests: Fix typo'd CONFIG_ARCH_POSIX in comment



Detected by an improved CI check that also checks samples and tests.

Signed-off-by: default avatarUlf Magnusson <Ulf.Magnusson@nordicsemi.no>
parent 28a6f4c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ int edtt_write(u8_t *ptr, size_t size, int flags);
 */
void enable_edtt_mode(void);
void set_edtt_autoshutdown(bool mode);
#endif /* CONFIG_POSIX_ARCH */
#endif /* CONFIG_ARCH_POSIX */

#ifdef __cplusplus
}