FelipeMdeO commented on code in PR #3532: URL: https://github.com/apache/nuttx-apps/pull/3532#discussion_r3460408274
########## netutils/dropbear/port/localoptions.h: ########## @@ -0,0 +1,21 @@ +/**************************************************************************** + * apps/netutils/dropbear/port/localoptions.h + * + * SPDX-License-Identifier: Apache-2.0 + ****************************************************************************/ + +#ifndef __APPS_NETUTILS_DROPBEAR_PORT_LOCALOPTIONS_H +#define __APPS_NETUTILS_DROPBEAR_PORT_LOCALOPTIONS_H + +/* Dropbear looks for a file named localoptions.h when + * LOCALOPTIONS_H_EXISTS is defined. Keep this wrapper name stable and place + * the NuttX-specific option choices in nuttx_localoptions.h. + */ + +/**************************************************************************** + * Included Files + ****************************************************************************/ + +#include "nuttx_localoptions.h" Review Comment: Done. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
