bmp_serial: Nag MACOS programmer to implement find_debuggers!

This commit is contained in:
Uwe Bonnes 2021-08-21 16:03:52 +02:00 committed by UweBonnes
parent 35687018eb
commit 698cfeb1f4
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ void libusb_exit_function(bmp_info_t *info) {(void)info;};
#ifdef __APPLE__ #ifdef __APPLE__
int find_debuggers(BMP_CL_OPTIONS_t *cl_opts, bmp_info_t *info) int find_debuggers(BMP_CL_OPTIONS_t *cl_opts, bmp_info_t *info)
{ {
DEBUG_WARN("Please implement find_debuggers for MACOS!\n");
(void)cl_opts; (void)cl_opts;
(void)info; (void)info;
return -1; return -1;