How to place multi-line or single lines in the source files of the device tree. I could not find him anywhere. Is the default comment method used?
Is the default comment method c used?
Yes, use /* comment */.
/* comment */
Here is what the devicetree documentation says:
The source file format is .dts "C", as it supports C and C ++ style comments.
So you can use both
/* multiline (C style) comments */
and
// single line (C++ style) comments,
although the latter is for some reason usually not used.
Source: https://habr.com/ru/post/1527642/More articles:fastclick.js jQuery Mobile Phonegap and Android - androidHibernate: MySQLSyntaxErrorException: Unknown column '____' in 'list of fields' - javaSQL How to update SUM of a column by a group in one table - optimizationFailed to return to SQL Query in MySQL Workbench after displaying results (Mac) - mysql-workbenchSpring JPA Data Java Config HibernatePersistence.class - springСделать модели принадлежащими пользователям в django - pythonmaximum likelihood estimate in r - rDetermine if (void *) a pointer from NSInvocation getArgument is object or primitive - iosHTTP PUT In case of failure in IIS 8.5 - httpWhy add brunch to this requirejs code? - javascriptAll Articles