Skip to content

Instantly share code, notes, and snippets.

@marcusobrien
Created June 10, 2021 21:47
Show Gist options
  • Save marcusobrien/f07570605f16282f7012067feced7dcb to your computer and use it in GitHub Desktop.
Save marcusobrien/f07570605f16282f7012067feced7dcb to your computer and use it in GitHub Desktop.
SMA1::SMA1(string firmwareType)
{
if (firmwareType=="1.0")
{
firmware = new firmware1_0();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment