mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
b0e6a6e081
the private data should be done like this:
struct xxx_lowerhalf_s
{
struct djoy_lowerhalf_s lower;
/* Add more private data here */
};
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>