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:
parent
28a6f4c8c5
commit
1f59ad7aea
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue