X-Git-Url: https://git.ao2.it/libam7xxx.git/blobdiff_plain/dda03553c7d193cd235960f9faffe07ddedacf14..74b58c54e60a2fe4e44e1b1bca4ef3f9cfd95f5e:/src/am7xxx.h diff --git a/src/am7xxx.h b/src/am7xxx.h index 4a97f69..d103c22 100644 --- a/src/am7xxx.h +++ b/src/am7xxx.h @@ -252,7 +252,7 @@ int am7xxx_send_image(am7xxx_device *dev, * This is the function that actually makes the device display something. * Static pictures can be sent just once and the device will keep showing them * until another image get sent or some command resets or turns off the display. - * + * * @note This _async() variant makes a copy of the image buffer, so the caller * is free to reuse the buffer just after the function returns. *