mirror of
https://github.com/apache/nuttx.git
synced 2026-09-27 18:58:27 +08:00
Rename kmalloc to kmm_malloc for consistency
This commit is contained in:
@@ -1825,7 +1825,7 @@ struct audio_lowerhalf_s *vs1053_initialize(FAR struct spi_dev_s *spi,
|
||||
|
||||
/* Allocate a VS1053 device structure */
|
||||
|
||||
dev = (struct vs1053_struct_s *)kmalloc(sizeof(struct vs1053_struct_s));
|
||||
dev = (struct vs1053_struct_s *)kmm_malloc(sizeof(struct vs1053_struct_s));
|
||||
if (dev)
|
||||
{
|
||||
/* Initialize the VS1053 device structure */
|
||||
|
||||
Reference in New Issue
Block a user