Typo at Low Power Design page

Please check the C/C++ code at this page, it mentions “sync” (wrong) instead of “start” (right)

===

When the host reawakens, the payload is retrieved by setting start to true in a card.attn request.

J *req = NoteNewRequest(“card.attn”);
JAddBoolToObject(req, “sync”, true);

NoteRequest(req);

2 Likes

Will get that fixed, thanks @paulohm!