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: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2020-01-10 07:19:41 +01:00 committed by Johan Hedberg
commit 1f59ad7aea

View file

@ -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
}