Select Git revision
-
Christoph Egger authored
qemu build fails when CONFIG_MACHINE_BSWAP_H is defined because float32, float64, etc. are not defined. This makes qemu build. Signed-off-by:
Christoph Egger <Christoph.Egger@amd.com> Signed-off-by:
Anthony Liguori <aliguori@us.ibm.com>
Christoph Egger authoredqemu build fails when CONFIG_MACHINE_BSWAP_H is defined because float32, float64, etc. are not defined. This makes qemu build. Signed-off-by:
Christoph Egger <Christoph.Egger@amd.com> Signed-off-by:
Anthony Liguori <aliguori@us.ibm.com>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
COMSetSubCodes.m 503 B
%COMSetSubCodes COMSetSubCodes enumeration for the brick
%
% Notes::
% - COMSetSubCodes can be found in the EV3 documentation and source code
% (bytecodes.h)
classdef COMSetSubCodes < uint8
enumeration
SetOnOff (1)
SetVisible (2)
SetSearch (3)
SetPin (5)
SetPasskey (6)
SetConnection (7)
SetBrickName (8)
SetMoveUp (9)
SetMoveDown (10)
SetEncrypt (11)
SetSSID (12)
SetMode2 (13)
end
end