view svp_util.c @ 1960:f79e16d8baa4

megawifi: stub common commands to get config. * CMD_AP_CFG_GET * CMD_IP_CFG_GET * CMD_DEF_AP_CFG_GET * CMD_SERVER_URL_GET
author doragasu <doragasu@hotmail.com>
date Sun, 03 May 2020 12:39:05 -0700
parents ca158bc091f9
children
line wrap: on
line source


void svp_prog_read_16(svp_context *context)
{
	uint16_t address = context->scratch1 >> 1;
	context->scratch1 = context->rom[address];
}